Skip to content

Fix wrong unreachable code in summarize aggregate#170

Merged
michaelwoerister merged 1 commit intorust-lang:masterfrom
rylev:fix-aggregate
Aug 19, 2021
Merged

Fix wrong unreachable code in summarize aggregate#170
michaelwoerister merged 1 commit intorust-lang:masterfrom
rylev:fix-aggregate

Conversation

@rylev
Copy link
Copy Markdown
Member

@rylev rylev commented Aug 16, 2021

This incorrect code was snuck in in #169. The code as it stands now should be exactly equivalent to how summarize aggregate
worked before #169 landed. We are filtering out the newly "integer" type events and so the code can assume (as it did before) that it's only dealing with time related events.

r? @michaelwoerister

Copy link
Copy Markdown
Member

@michaelwoerister michaelwoerister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @rylev!

@michaelwoerister michaelwoerister merged commit e824550 into rust-lang:master Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants